PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFFixedDocument Class / PDFFixedDocument Constructor / PDFFixedDocument Constructor(InputStream,String,PDFFixedDocumentFeatures)
Stream that contains PDF content.
Password required to open the PDF file.
Features to load from the PDF file.
In This Topic
    PDFFixedDocument Constructor(InputStream,String,PDFFixedDocumentFeatures)
    In This Topic
    Initializes a new PDFFixedDocument object from an java.io.InputStream with the specified features.
    Syntax
    public PDFFixedDocument( 
       java.io.InputStream stream,
       java.lang.String password,
       PDFFixedDocumentFeatures documentFeatures
    )

    Parameters

    stream
    Stream that contains PDF content.
    password
    Password required to open the PDF file.
    documentFeatures
    Features to load from the PDF file.
    See Also